home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / PET / S-Super PET / (s)t5.d64 / EDA.CENTER.INF < prev    next >
Text File  |  2009-01-18  |  1KB  |  34 lines

  1.               PPPP center estimates of distributions PPPP
  2.                    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  3.  introduction
  4.  @@@@@@@@@@@@              the function center calculates a biweight
  5.                            estimator of the center of a distribution.
  6.                            the function accepts numeric vectors and arrays
  7.                            as its right argument.
  8.  
  9.  parameters               there are two parameters which can be set by the
  10.  @@@@@@@@@@               user>_
  11.                         epsilon :default .01" _ proportion by which the sum
  12.                                                 of absolute residuals must
  13.                                                 be reduced to continue
  14.                                                 iterating.
  15.                         cutoff :default 4"    _ value of the biweight
  16.                                                 constant.
  17.  command syntax
  18.  @@@@@@@@@@@@@@         center dddd
  19.  
  20.  comment
  21.  @@@@@@@                center estimates are displayed and in addition
  22.                         are stored in the global variable ce.
  23.  
  24.                       PPPP practice PPPP
  25.                            @@@@@@@@
  26.  this work space contains the data set called lobsters.
  27.  try the following commands>_
  28.  
  29.               lobsters             _display data
  30.               center lobsters
  31.  
  32.               cuttoff[10
  33.               center lobsters
  34.